← Index
NYTProf Performance Profile   
For bin/hailo
  Run on Thu Oct 21 22:50:37 2010
Reported on Thu Oct 21 22:52:15 2010

Filename(eval 91)[/home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/File/CountLines.pm:59]
StatementsExecuted 188 statements in 2.33ms
Eval Invoked At/home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/File/CountLines.pm line 59
Line State
ments
Time
on line
Calls Time
in subs
Code
1
211.35ms188524µs while ($sysread_status = sysread $handle, my $buffer, 4096) {
# spent 524µs making 188 calls to File::CountLines::CORE:sysread, avg 3µs/call
3187979µs $lines += ($buffer =~ tr{
4}{});
5 }
6
7;